i386: fix full-value calculation of wrmsr handling for pv guests
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 30 Jul 2009 16:56:23 +0000 (17:56 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 30 Jul 2009 16:56:23 +0000 (17:56 +0100)
commit109cae48ec2573779caa59fefac8a2f9cfb71c9e
tree3c7d6a2b5a4c3828ed0169fd2215f72b5fd015be
parent41859f692541d9ee99d9033166de2e5d3cac41b1
i386: fix full-value calculation of wrmsr handling for pv guests

The MSR value must be held in a 64-bit variable, not an unsigned long.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/traps.c